Path: / v310 / servicegroup / {id} / qos

Path parameters:
id - Service group Id

Resources
NameDescription
operationStatusReturn the current or last service group operation associated with QoS of the specified service group.

Method Summary
ResourceDescription
POST /v310/servicegroup/{id}/qosApply the QoS configured by update QoS Config API to all members in the service group for the given service group.

Method Detail
HTTP Example:
POST /v310/servicegroup/{id}/qos

API Example:

ServiceGroupResource.applyQoS({'id': /* svgId Service group Id */});

Description:
Apply the QoS configured by update QoS Config API to all members in the service group for the given service group.
Tintri Api Server Support:
TgcOnly
Output:
void
Errors:
Error CodeMessageHTTP Response Code
ERR-API-8001Resource not found404
ERR-API-3618Failed to apply service group QoS.500
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5